projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc5d4f1
)
* test/lisp/minibuffer-tests.el (completion-test--pcm-bug38458): New test
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 7 Feb 2024 16:15:59 +0000
(11:15 -0500)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 7 Feb 2024 16:15:59 +0000
(11:15 -0500)
test/lisp/minibuffer-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/minibuffer-tests.el
b/test/lisp/minibuffer-tests.el
index 07c4dbc3197a219db4747925c761b592f957225f..c4a7de9e51f7bb337b0b5c50c5d5f3887eb2aac0 100644
(file)
--- a/
test/lisp/minibuffer-tests.el
+++ b/
test/lisp/minibuffer-tests.el
@@
-201,6
+201,13
@@
'completions-first-difference)
return pos))
+(ert-deftest completion-test--pcm-bug38458 ()
+ (should (equal (let ((completion-ignore-case t))
+ (completion-pcm--merge-try '("tes" point "ing")
+ '("Testing" "testing")
+ "" ""))
+ '("testing" . 4))))
+
(ert-deftest completion-pcm-test-1 ()
;; Point is at end, this does not match anything
(should (null